Re-exports

pub use headers;
pub use crate::handler::BoxHandler;
pub use crate::handler::FnExt;
pub use crate::handler::Handler;
pub use crate::handler::HandlerExt;
pub use crate::handler::Next;
pub use crate::handler::Responder;
pub use crate::handler::ResponderExt;
pub use crate::handler::Transform;

Modules

Structs

A stream of Bytes, used when receiving bodies.

A cheaply cloneable and sliceable chunk of contiguous memory.

A unique reference to a contiguous slice of memory.

The Request Method (VERB)

An HTTP status code (status-code in RFC 7230 et al.).

Enums

Traits

A future represents an asynchronous computation obtained by use of async.

Type Definitions

Attribute Macros

Derive Macros